From 350223e979a46cbf35ab5dbc8155a78901834044 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sat, 18 Jun 2016 14:19:13 +0100 Subject: [PATCH] Clarify where full list of subcommands can be found --- src/bin/cargo.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/cargo.rs b/src/bin/cargo.rs index 3142bdd0a..0cb9cb9f1 100644 --- a/src/bin/cargo.rs +++ b/src/bin/cargo.rs @@ -45,7 +45,7 @@ Options: -q, --quiet No output printed to stdout --color WHEN Coloring: auto, always, never -Some common cargo commands are: +Some common cargo commands are (see all commands with --list): build Compile the current project clean Remove the target directory doc Build this project's and its dependencies' documentation -- 2.30.2